Typical Usage:
(1) The following example waits for at least 16 events in the event counter:
MAIN.C void main(void) { EC81_Reset(); /* reset the event counter */ /* wait for 16 events */ while( EC81_GetNumEvents()<16 ) ; }